Handling Errors
-
An enumeration representing the types of errors that may be thrown by the Stitch SDK.
See moreDeclaration
Swift
public enum StitchError : Error, CustomStringConvertible -
An enumeration of the types of errors that can come back from a completed request to the Stitch server. With the exception of
See more.unknown, these are the error codes as they are returned by the Stitch server in an error response.Declaration
Swift
public enum StitchServiceErrorCode : String, Codable -
An enumeration indicating the types of errors that may occur when carrying out a Stitch request.
See moreDeclaration
Swift
public enum StitchRequestErrorCode -
An enumeration indicating the types of errors that may occur when using a Stitch client, typically before a request is made.
See moreDeclaration
Swift
public enum StitchClientErrorCode : Error
-
An error related to the initialization of the Stitch SDK, initializing clients, or retrieving clients.
See moreDeclaration
Swift
public enum StitchInitializationError : Error
Handling Errors Reference